Namespace:
C1.Phone.RichTextBox.Documents
Assembly: C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
Assembly: C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
Syntax
| C# |
|---|
public T this[ int index ] { get; set; } |
| Visual Basic |
|---|
Public Property Item ( _ index As Integer _ ) As T Get Set |
Parameters
- index
- Type: System..::..Int32